home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / Sigla.dir / 00007_Script_7 < prev    next >
Text File  |  2003-01-07  |  389b  |  13 lines

  1. global gPercorsoVideo
  2.  
  3. on beginSprite me
  4.   sistema = the environment.osVersion
  5.   oldDelimiter = the itemDelimiter
  6.   the itemDelimiter = ","
  7.   if item 1 of sistema = "Windows 95" then
  8.     set the file of member "video" to (gPercorsoVideo & "sigla95.mpg")
  9.   else
  10.     set the file of member "video" to (gPercorsoVideo & "sigla.mpg")
  11.   end if
  12.   the itemDelimiter = oldDelimiter
  13. end